home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cracking 2
/
Cracking II..iso
/
Texty
/
crackme
/
hmm.bat
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
DOS Batch File
|
1999-06-18
|
80 b
|
7 lines
@echo off
tasm32 /ml hmm
tlink32 -x /Tpe /aa /c hmm,hmm
del hmm.obj
exit